home *** CD-ROM | disk | FTP | other *** search
/ Dino Crisis Digital Press Kit / Dino Crisis Digital Press Kit.iso / mac / g / 00146_Script_146 < prev    next >
Text File  |  1999-08-31  |  253b  |  11 lines

  1. on mousedown
  2.   set the visible of sprite 39 to false
  3.   set the visible of sprite 118 to false
  4.   repeat with n = 60 to 74
  5.     puppetsprite n, false
  6.     --set the visible of sprite n to false
  7.   end repeat
  8.   puppetsound "rr"
  9.   go to "quit"
  10.   
  11. end